MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.Which OmniScript element could save all of this data?
Question2: Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?Choose 2 answers
Question3: A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.
Question4: A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, thedeveloper enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.What is the likely cause of this issue?
Question5: A developer needs to configure a calculation procedure to calculate the sum of the entire base price.What is the most efficient way for the developer to meet this requirement?
Question6: When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:Which two errors could cause this behavior?Choose 2 answersChoose 2 answers
Question7: A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action namedResponseCart.In Preview, what JSON node shows the data sent to the Response Action?
Question8: A developer is creating a Flex Card for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.What must be developer do to configure the FlexCard for deployment in a community?
Question9: Which two of these options can a developer use to retrieve data from a Salesforce object?Choose 2 answers
Question10: Refer to the following row-versioned calculation matrix.The developer needs to delete the row that contains the Code CA-SF.If the developer deletes that row in Version 3, whatis the result?
Question11: An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Account id and Product Id. The integration Procedure data JSON contains the following nodes:How should the Remote Action element be configured to pass the data correctly to the method?
Question12: A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.What is the reason for this? Refer to the exhibit below.
Question13: A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.How should the developer implement thecancel functionality for all steps using the LWC OmniScript Designer?
Question14: An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.How should the developer configure the Integration Procedure to meet this requirement?
Question15: A developer creates a DataRaptor Extract to retrieve data to pass toan externalservice. The external service expects the field value to beaninteger. However, the DataRaptor is sending it as a string.Which action can the developer take to fix this?
Question16: A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.Given the external system'sknownperformance issues, which configuration should be used to implement the call to the external system?Choose 2 answers
Question17: A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.Which feature should the developer enable?
Question18: A developer needs to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.Based on best practice, what element should the developer use this function in?
Question19: A developer needs to display the following information together on oneFlexCard:* Account name, address, phone number, website* Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.What approach should the developer use to display the contact information on the card?
Question20: A developer is creating anOmniScript that Provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:Welcome to SalesforceYour ID is %Details: Customer10:ID%During testing, the developer noticesthat the ID does not display. The data JSON is structured as shown below.How should the developer correct the merge code in order for the ID to display?
Question21: A developer is configuring a DataRaptor Load to Savecontract data. The developer needs to set the record type of the contact using DeveloperName.Which two configuration actions should the developer take to set this up in the DataRaptor Load?
Question22: A developer configures a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?Choose 2 answers
Question23: Refer to theexhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?
Question24: Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?Choose 2 answers
Question25: Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
Question26: A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
Question27: Refer to the exhibit.What JSON code correct represent the step in the OmniScript Structure panel shown?
Question28: A customerhas anew Engagement Manager who is going to be the new Primary Contact for the Account.What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
Question29: What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
Question30: A developer needs to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.How should a developer configure the calculation procedure to conditionally execute the correct formula?
Question31: A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.How should the developer accomplish this task?
Question32: Refer to the exhibit below. A developer has configured an Integration Procedure element with SEND/RESPONSE TRANSFORMATIONS as shown.Alternatively, how could the developer configure Additional Input tosend exactly the same data? Assume that the developer checked Send Only Additional Input.
Question33: An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. ADataRaptor Load saves the data. What error could cause this behavior?Choose 2 answers
Question34: In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.Based on best practices, what two methods are recommended?Choose 2 answers
Question35: Refer to the exhibit.All inputs to the Calculation Matric are set correctly.The Calculation Matrix has the following input:What is the output?
Question36: Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?
Question37: Refer to the exhibit below.What is the reason that the fields fail to display the fetched data?
Question38: What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?
Question39: A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?
Question40: An OmniScript displays data from an API using Integration Procedure, but some of the data is missing.Which two configuration errors could cause this? Choose 2 answers
Question41: A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.Which factor would lead the developer to this decision?